home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 003 / pcdbms.arc / HARD.BAT < prev    next >
DOS Batch File  |  1985-03-22  |  2KB  |  34 lines

  1. REM
  2. REM
  3. REM           Hard disk batch procedure to produce PC-DBMS version 1.0 
  4. REM                 from bulletin board copy of PC-DBMS library.
  5. REM
  6. echo off
  7. REM  GET ALL FILES FROM LIBRARY
  8. lu -a pc-dbms
  9. REM  UNSQUEEZE BOTH MANUAL HALVES AND PROGRAM, DELETE SQUEEZED VERSIONS
  10. nusq manual.?q pc-dbms.eqe
  11. del pc-dbms.eqe
  12. del nusq.com
  13. del manual.?q
  14. echo on
  15. REM
  16. REM
  17. REM
  18. REM  You are encouraged to pass along copies of PC-DBMS.  Instead of the 
  19. REM  bulletin board version, just put these files on a diskette:
  20. REM
  21. REM                    READ.ME         MANUAL.1
  22. REM                    MANUAL.2        MUSIC.DEF
  23. REM                    COMPOSER.DAT    OPUS.DAT
  24. REM                    PC-DBMS.EXE     REQUEST.DOC
  25. REM
  26. REM  All these files have been extracted from the library and are now on 
  27. REM  your disk.
  28. REM
  29. REM  You can delete the librarian, LU.EXE, the library, PC-DBMS.LBR, and
  30. REM  the batch procedures, HARD.BAT and FLOPPY.BAT, if you wish.
  31. REM
  32. REM  TYPE READ.ME to begin exploring PC-DBMS.
  33. REM
  34.